home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / 5PM PowerMac / 5PM_Term_PPC.sea / ASC Read Me's… / CTB Scripting Interfaces / asc420 - Scripting Interface < prev    next >
Text File  |  1993-11-16  |  4KB  |  154 lines

  1.  
  2. _________________________________________________________________
  3.  
  4. asc420 Scripting Interface
  5.  
  6. _________________________________________________________________
  7.  
  8. Following is the syntax of the Scripting Interface.
  9.  
  10. All the parameters accessible through the Configuration Dialogs can also be set through the Scripting Interface.
  11.  
  12. Please refer to the Help in the Configuration Dialogs for the meaning of each parameter. 
  13.  
  14.  
  15. TerminalMode         : vt400-7 | vt400-8 | vt100 | vt100-a/ux | vt52 | pcansi
  16. TerminalID             : vt420 | vt320 | vt220 | vt102 | vt101 | vt100
  17. Online                : true | false
  18. LocalEcho            : true | false
  19. UserFeatures        : locked | unlocked
  20. DefinedKeys            : locked | unlocked
  21. WarningBell            : true | false
  22. CursorType            : block | underLine | invisible + binking
  23. AnswerBack            : "<String 32 chars max>"
  24.  
  25. WidthMin            : <number 1-255> | <number 1-255>c                    // c for condensed
  26. WidthMax            : <number 1-255> | <number 1-255>c                    // c for condensed
  27. Width                : <number 1-255>
  28. Heigth                : <number 12-144>
  29. FontSize             : 9 | 12 | 16
  30. Speed                : <number 1-12>
  31. Scroll                : jump | smooth | none
  32. ShowIndicator        : true | false
  33. IndicatorLoc        : <number 1-6>
  34. ShowTabRuler        : true | false
  35. TabRulerLoc            : <number 1-6>
  36. ShowStatus            : true | false
  37. StatusLoc            : <number 1-6>
  38. StatusType            : indicator | hostWritable
  39. Tabulators            : <number>,<number>, … , <number>
  40. ShowControl            : true | false
  41. PageCursCoupling    : true | false
  42. AutoWrap             : true | false
  43. MarginBell            : true | false
  44.  
  45. Background            : red.green.blue
  46. Text                : red.green.blue
  47. Normal                : plain | [+bold] [+undl] [+revs] [+blin] [+invi] [+color+red.green.blue]
  48. Underline            : plain | [+bold] [+undl] [+revs] [+blin] [+invi] [+color+red.green.blue]
  49. Negative            : plain | [+bold] [+undl] [+revs] [+blin] [+invi] [+color+red.green.blue]
  50. Bold                : plain | [+bold] [+undl] [+revs] [+blin] [+invi] [+color+red.green.blue]
  51. Blink                : plain | [+bold] [+undl] [+revs] [+blin] [+invi] [+color+red.green.blue]
  52. Invisible            : plain | [+bold] [+undl] [+revs] [+blin] [+invi] [+color+red.green.blue]
  53. Protected            : plain | [+bold] [+undl] [+revs] [+blin] [+invi] [+color+red.green.blue]
  54.  
  55. KeyDialect            : <String 255 chars max>
  56. Keyboard            : "<String 32 chars max>"
  57. CharSet                : multinational | national
  58. UserPreferredSet    : decSupplemental | isoLatin
  59. KeyPad                : ansi | application
  60. CursorKey            : ansi | application
  61. SwapBackspaceDelete    : true | false
  62. AutoRepeatKeys        : true | false
  63. KeyClick            : true | false
  64. NewLine                : true | false
  65.  
  66. F1                    : holdScreen | fkey | ignore
  67. F2                    : fkey | ignore
  68. F3                    : fkey | ignore
  69. F4                    : fkey | ignore
  70. F5                    : fkey | ignore
  71.  
  72. PrType                : none | modemPort | printerPort | 5PM
  73. PrBauds                : <number 300 - 57400>
  74. PrData                : <number 5-8>
  75. PrParity            : none | odd | even
  76. PrStop                : 1 | 1.5 | 2
  77. PrHandshake            : none | xonxoff
  78.  
  79.  
  80. _________________________________________________________________
  81.  
  82. Example
  83. _________________________________________________________________
  84.  
  85. TerminalMode vt400-7
  86. TerminalID vt420
  87. Online true
  88. LocalEcho false
  89. UserFeatures unlocked
  90. DefinedKeys unlocked
  91. WarningBell true
  92. TextCursor block+blinking
  93. AnswerBackMsg ""
  94. WidthMin 80
  95. WidthMax 132c
  96. Width 80
  97. Heigth 24
  98. FontSize 9
  99. Speed 12
  100. Scroll jump
  101. ShowIndicator false
  102. IndicatorPos 1
  103. ShowTabRuler false
  104. TabRulerPos 2
  105. ShowStatus true
  106. StatusPos 4
  107. StatusType indicator
  108. Tabulators 9,17,25,33,41,49,57,65,73,81,89,97,105,113,121,129
  109. ShowControl false
  110. PageCursCoupling true
  111. AutoWrap false
  112. MarginBell false
  113. Background 65535.65535.65535
  114. Text 0.0.0
  115. Normal color+50876.8589.7619
  116. Underline undl
  117. Negative revs
  118. Bold bold
  119. Blink blin
  120. Invisible invi
  121. Protected plain
  122. KeyDialect northAmerican
  123. Keyboard "Default_TermTool-0"
  124. CharSet multinational
  125. UserPreferred decSupplemantal
  126. KeyPad ansi
  127. CursorKey ansi
  128. SwapBackspaceDelete true
  129. AutoRepeatKeys true
  130. KeyClick false
  131. NewLine false
  132. F1 holdScreen
  133. F2 fkey
  134. F3 fkey
  135. F4 fkey
  136. F5 ignore
  137. PrType printerPort
  138. PrBauds 9600
  139. PrData 8
  140. PrParity none
  141. PrStop 1
  142. PrHandshake none
  143.  
  144. _________________________________________________________________
  145.  
  146. General Information
  147. _________________________________________________________________
  148.  
  149. Δ True and false may also be written 1 or 0.
  150.  
  151. Δ Names and strings can be written between quotes (ex: “my host”).
  152.  
  153. Δ Scripts are also available in French and Spanish. If you create a new ‘STR#’ resource to add another language, its ID must be 31100 + Language Code (as defined in <ScriptMgr.h>).
  154.